home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / locks.zip / LOCKS.DOC < prev    next >
Text File  |  1990-12-12  |  1KB  |  38 lines

  1. T.S. Small Utilities 1990, No rights reserved.
  2. ----------------------------------------------
  3. LOCKS.DOC For LOCKS.EXE and accompanying utilities
  4. --------------------------------------------------
  5. LOCKS.EXE is  a handy program to set Caps, Num or Scroll Locks
  6. it might not perform  such a difficult job, but it comes handy
  7. sometimes.
  8.  
  9. Feel free to copy this program, distribute it, ... etc as long
  10. as no fee is charged,  it saves me a lot of time to call it in
  11. my AUTOEXEC.BAT to set Num Lock off, and my Caps lock on.
  12.  
  13. Using  LOCKS.EXE  is  quite  straight  forward,  just type the
  14. combination of switches you need, and it will obey.
  15.  
  16. Example :
  17.           C:\>LOCKS Cn
  18.              Sets Caps Lock on and Num Lock Off
  19.  
  20.           C:\>LOCKS NcS
  21.              Sets Num Lock On, Caps Lock Off, and Scroll Lock On
  22.               { Why should anybody do that ?? :) }
  23.  
  24. This  program  is  written  in Turbo Pascal ver 5.5, its quite
  25. a small piece of code but the .EXE is a bit bulky.  That's why
  26. we  supply 4 very small utilities written in assembly language
  27. to do almost the same job, They are :
  28.  
  29.  NLOCKOFF.COM          ; To set the Num Lock Off
  30.  CAPSON.COM            ; To set the Caps Lock On
  31.  NLOCK.COM             ; To toggle the Num Lock status
  32.  CAPS.COM              ; To toggle the Caps Lock status
  33.  
  34. THESE PROGRAMS ARE ABSOLUTELY FREE, USE THEM ... AND ABUSE THEM
  35. NO GUARANTEES OF ANY SORT ARE SUPPLIED THOUGH.
  36.  
  37. *Best Of Luck
  38.